type google.golang.org/grpc.rpcInfoContextKey

3 uses

	google.golang.org/grpc (current package)
		rpc_util.go#L966: type rpcInfoContextKey struct{}
		rpc_util.go#L969: 	return context.WithValue(ctx, rpcInfoContextKey{}, &rpcInfo{
		rpc_util.go#L980: 	s, ok = ctx.Value(rpcInfoContextKey{}).(*rpcInfo)